A.
B.
C.
D.
Advertisement
Related Mcqs:
- In ASP.NET if one uses Windows authentication the current request attaches an object called as_______________?
- A. WindowsPrincipal B. WindowDatset C. Serialization D. None of the Above...
- Which of the following is TRUE about Windows Authentication in ASP.NET ?
- A. Role membership determined only by user programming B. Automatically determines role membership C. ASP.NET does not support Windows Authentication D. None of these...
- How to implement authentication via web.config ?
- A. Include the deny element. B. Include the identity element. C. Include the authorization element. D. Include the authentication element...
- Which of the following authentication is best suited for a corporate network ?
- A. User B. Table C. Form D. Windows...
- Which of the following is the default authentication mode for IIS ?
- A. Windows B. Anonymous C. Basic Authentication D. None of these...
- It is best to use a web instead of a windows application when the application ?
- A. needs to be available to the public B. must be platform-independent C. has a thin front end (client) D. All of the above...
- ____________ is a special subfolder within the windows folder that stores the shared .NET component?
- A. GAC B. Root C. /bin D. None of these...
- When is the user controls code is executed______________?
- A. After the webform loads B. Before Page_init event of web form C. After the page_init event of webform D. None of the above...
- You need to store state data that is accessible to any user who connects to your Web application. Which object should you use ?
- A. Response.ViewState B. Response.Cookies C. Session D. Application...
- In ASP.NET in form page the object which contains the user name is ________________?
- A. Page.User.IsInRole B. Page.User.Name C. Page.User.Identity D. None of these...
Advertisement